home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
mus
/
edit
/
OctamedSS1.03c.lha
/
Soundstudio
/
Rexx
/
omed.lha
/
rexx
/
cycle_transp.omed
< prev
next >
Wrap
Text File
|
1996-06-06
|
333b
|
8 lines
/* Cycle Transpose */
op_get transposeoutofrange var a
select
when a=0 then do; a=1; wi_showstring "Transpose leaves out-of-range-notes intact."; end
when a=1 then do; a=2; wi_showstring "Transpose deletes out-of-range-notes."; end
otherwise do; a=0; wi_showstring "Transpose set to default."; end
end
op_set transposeoutofrange a